Html Css Color HEX #A539CB Dark Orchid

📋 copy color: '#A539CB'

red 165 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #A539CB

Tints of Dark Orchid #A539CB

RGB

 RED value IS 165 (64.84% from 255) = 38.82%

 GREEN value IS 57 (22.66% from 255) = 13.41%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 38.82%
G = 13.41%
B = 47.76%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A539CB (or 0xA539CB) is known color: Dark Orchid. HEX triplet: A5, 39 and CB. RGB value is (165,57,203). Sum of RGB (Red+Green+Blue) = 165+57+203=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A539CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539CB is #5AC634. Grayscale: #696969. Windows color (decimal): -5948981 or 13318565. OLE color: 13318565.

HSL color Cylindrical-coordinate representation of color #A539CB: hue angle of 284.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A539CB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 57 203 -
CMYK 0.19 0.72 0 0.20
HSL 284.38º 0.58% 0.51% -
HSV(B) 284.38º 0.72% 0.8% -
XYZ 27.76 15.24 57.98 -
YUV 105.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 165 57 203 0.19 0.72 0 0.20 284.38 0.58 0.51
Hex A5 39 CB 13 48 0 14 11C 3A 33
Octal 245 71 313 23 110 0 24 434 72 63
Binary 10100101 111001 11001011 10011 1001000 0 10100 100011100 111010 110011

Color Harmonies of #A539CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539CB

Black with #A539CB

Text Example


Text Example

White with #A539CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539CB; }

 p { color: rgb(165,57,203); }

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

background-color css

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

 a { background-color: rgb(165,57,203); }

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

border-color css

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

 span { border-color: rgb(165,57,203); }

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