Html Css Color HEX #A330CD Dark Orchid

📋 copy color: '#A330CD'

red 163 ◦ green 48 ◦ blue 205

#A330CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A330CD

Tints of Dark Orchid #A330CD

RGB

 RED value IS 163 (64.06% from 255) = 39.18%

 GREEN value IS 48 (19.14% from 255) = 11.54%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 39.18%
G = 11.54%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A330CD (or 0xA330CD) is known color: Dark Orchid. HEX triplet: A3, 30 and CD. RGB value is (163,48,205). Sum of RGB (Red+Green+Blue) = 163+48+205=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A330CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330CD is #5CCF32. Grayscale: #636363. Windows color (decimal): -6082355 or 13447331. OLE color: 13447331.

HSL color Cylindrical-coordinate representation of color #A330CD: hue angle of 283.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A330CD is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 48 205 -
CMYK 0.20 0.77 0 0.20
HSL 283.95º 0.62% 0.5% -
HSV(B) 283.95º 0.77% 0.8% -
XYZ 27.18 14.31 59.09 -
YUV 100.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 163 48 205 0.20 0.77 0 0.20 283.95 0.62 0.5
Hex A3 30 CD 14 4D 0 14 11C 3E 32
Octal 243 60 315 24 115 0 24 434 76 62
Binary 10100011 110000 11001101 10100 1001101 0 10100 100011100 111110 110010

Color Harmonies of #A330CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A330CD

Black with #A330CD

Text Example


Text Example

White with #A330CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A330CD; }

 p { color: rgb(163,48,205); }

 H1.HeaderClassName
 {
   color: #A330CD;
 }
 .AnyTagClassName
 {
   color: #A330CD;
 }
</style>

background-color css

<style>
 a { background-color: #A330CD; }

 a { background-color: rgb(163,48,205); }

 div.DivClassName
 {
   background-color: #A330CD;
 }
 .BgClassName
 {
   background-color: #A330CD;
 }
</style>

border-color css

<style>
 span { border-color: #A330CD; }

 span { border-color: rgb(163,48,205); }

 td.TdClassName
 {
   border-color: #A330CD;
 }
 .TagClassName
 {
   border-color: #A330CD;
 }
</style>