Html Css Color HEX #A042C8 Dark Orchid

📋 copy color: '#A042C8'

red 160 ◦ green 66 ◦ blue 200

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

Shades of Dark Orchid #A042C8

Tints of Dark Orchid #A042C8

RGB

 RED value IS 160 (62.89% from 255) = 37.56%

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

 BLUE value IS 200 (78.52% from 255) = 46.95%

R = 37.56%
G = 15.49%
B = 46.95%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A042C8 (or 0xA042C8) is known color: Dark Orchid. HEX triplet: A0, 42 and C8. RGB value is (160,66,200). Sum of RGB (Red+Green+Blue) = 160+66+200=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #A042C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A042C8 is #5FBD37. Grayscale: #6C6C6C. Windows color (decimal): -6274360 or 13124256. OLE color: 13124256.

HSL color Cylindrical-coordinate representation of color #A042C8: hue angle of 282.09º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A042C8 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 66 200 -
CMYK 0.2 0.67 0 0.22
HSL 282.09º 0.55% 0.52% -
HSV(B) 282.09º 0.67% 0.78% -
XYZ 26.87 15.54 56.23 -
YUV 109.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 160 66 200 0.2 0.67 0 0.22 282.09 0.55 0.52
Hex A0 42 C8 14 43 0 16 11A 37 34
Octal 240 102 310 24 103 0 26 432 67 64
Binary 10100000 1000010 11001000 10100 1000011 0 10110 100011010 110111 110100

Color Harmonies of #A042C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A042C8

Black with #A042C8

Text Example


Text Example

White with #A042C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A042C8; }

 p { color: rgb(160,66,200); }

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

background-color css

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

 a { background-color: rgb(160,66,200); }

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

border-color css

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

 span { border-color: rgb(160,66,200); }

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