Html Css Color HEX #A24BD7 Dark Orchid

📋 copy color: '#A24BD7'

red 162 ◦ green 75 ◦ blue 215

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

Shades of Dark Orchid #A24BD7

Tints of Dark Orchid #A24BD7

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.59%

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 35.84%
G = 16.59%
B = 47.57%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A24BD7 (or 0xA24BD7) is known color: Dark Orchid. HEX triplet: A2, 4B and D7. RGB value is (162,75,215). Sum of RGB (Red+Green+Blue) = 162+75+215=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #A24BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24BD7 is #5DB428. Grayscale: #747474. Windows color (decimal): -6140969 or 14109602. OLE color: 14109602.

HSL color Cylindrical-coordinate representation of color #A24BD7: hue angle of 277.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24BD7 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 75 215 -
CMYK 0.25 0.65 0 0.16
HSL 277.29º 0.64% 0.57% -
HSV(B) 277.29º 0.65% 0.84% -
XYZ 29.68 17.62 66.13 -
YUV 116.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 162 75 215 0.25 0.65 0 0.16 277.29 0.64 0.57
Hex A2 4B D7 19 41 0 10 115 40 39
Octal 242 113 327 31 101 0 20 425 100 71
Binary 10100010 1001011 11010111 11001 1000001 0 10000 100010101 1000000 111001

Color Harmonies of #A24BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24BD7

Black with #A24BD7

Text Example


Text Example

White with #A24BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24BD7; }

 p { color: rgb(162,75,215); }

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

background-color css

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

 a { background-color: rgb(162,75,215); }

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

border-color css

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

 span { border-color: rgb(162,75,215); }

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