Html Css Color HEX #A242CD Dark Orchid

📋 copy color: '#A242CD'

red 162 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A242CD

Tints of Dark Orchid #A242CD

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

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

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

R = 37.41%
G = 15.24%
B = 47.34%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A242CD (or 0xA242CD) is known color: Dark Orchid. HEX triplet: A2, 42 and CD. RGB value is (162,66,205). Sum of RGB (Red+Green+Blue) = 162+66+205=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A242CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242CD is #5DBD32. Grayscale: #6E6E6E. Windows color (decimal): -6143283 or 13451938. OLE color: 13451938.

HSL color Cylindrical-coordinate representation of color #A242CD: hue angle of 281.44º degrees, saturation: 0.58, 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 #A242CD is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 66 205 -
CMYK 0.21 0.68 0 0.20
HSL 281.44º 0.58% 0.53% -
HSV(B) 281.44º 0.68% 0.8% -
XYZ 27.87 15.99 59.37 -
YUV 110.55 181.3 164.7 -
System Red Green Blue C M Y K H S L
Decimal 162 66 205 0.21 0.68 0 0.20 281.44 0.58 0.53
Hex A2 42 CD 15 44 0 14 119 3A 35
Octal 242 102 315 25 104 0 24 431 72 65
Binary 10100010 1000010 11001101 10101 1000100 0 10100 100011001 111010 110101

Color Harmonies of #A242CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A242CD

Black with #A242CD

Text Example


Text Example

White with #A242CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A242CD; }

 p { color: rgb(162,66,205); }

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

background-color css

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

 a { background-color: rgb(162,66,205); }

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

border-color css

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

 span { border-color: rgb(162,66,205); }

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