Html Css Color HEX #A542CC Dark Orchid

📋 copy color: '#A542CC'

red 165 ◦ green 66 ◦ blue 204

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

Shades of Dark Orchid #A542CC

Tints of Dark Orchid #A542CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 37.93%
G = 15.17%
B = 46.9%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A542CC (or 0xA542CC) is known color: Dark Orchid. HEX triplet: A5, 42 and CC. RGB value is (165,66,204). Sum of RGB (Red+Green+Blue) = 165+66+204=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #A542CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A542CC is #5ABD33. Grayscale: #6E6E6E. Windows color (decimal): -5946676 or 13386405. OLE color: 13386405.

HSL color Cylindrical-coordinate representation of color #A542CC: hue angle of 283.04º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A542CC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 66 204 -
CMYK 0.19 0.68 0 0.2
HSL 283.04º 0.58% 0.53% -
HSV(B) 283.04º 0.68% 0.8% -
XYZ 28.36 16.26 58.77 -
YUV 111.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 165 66 204 0.19 0.68 0 0.2 283.04 0.58 0.53
Hex A5 42 CC 13 44 0 14 11B 3A 35
Octal 245 102 314 23 104 0 24 433 72 65
Binary 10100101 1000010 11001100 10011 1000100 0 10100 100011011 111010 110101

Color Harmonies of #A542CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542CC

Black with #A542CC

Text Example


Text Example

White with #A542CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542CC; }

 p { color: rgb(165,66,204); }

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

background-color css

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

 a { background-color: rgb(165,66,204); }

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

border-color css

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

 span { border-color: rgb(165,66,204); }

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