Html Css Color HEX #A742CA Dark Orchid

📋 copy color: '#A742CA'

red 167 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #A742CA

Tints of Dark Orchid #A742CA

RGB

 RED value IS 167 (65.63% from 255) = 38.39%

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 38.39%
G = 15.17%
B = 46.44%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A742CA (or 0xA742CA) is known color: Dark Orchid. HEX triplet: A7, 42 and CA. RGB value is (167,66,202). Sum of RGB (Red+Green+Blue) = 167+66+202=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #A742CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742CA is #58BD35. Grayscale: #6F6F6F. Windows color (decimal): -5815606 or 13255335. OLE color: 13255335.

HSL color Cylindrical-coordinate representation of color #A742CA: hue angle of 284.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A742CA is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 66 202 -
CMYK 0.17 0.67 0 0.21
HSL 284.56º 0.56% 0.53% -
HSV(B) 284.56º 0.67% 0.79% -
XYZ 28.55 16.38 57.53 -
YUV 111.7 178.96 167.44 -
System Red Green Blue C M Y K H S L
Decimal 167 66 202 0.17 0.67 0 0.21 284.56 0.56 0.53
Hex A7 42 CA 11 43 0 15 11D 38 35
Octal 247 102 312 21 103 0 25 435 70 65
Binary 10100111 1000010 11001010 10001 1000011 0 10101 100011101 111000 110101

Color Harmonies of #A742CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742CA

Black with #A742CA

Text Example


Text Example

White with #A742CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742CA; }

 p { color: rgb(167,66,202); }

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

background-color css

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

 a { background-color: rgb(167,66,202); }

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

border-color css

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

 span { border-color: rgb(167,66,202); }

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