Html Css Color HEX #A824E6 Dark Orchid

📋 copy color: '#A824E6'

red 168 ◦ green 36 ◦ blue 230

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

Shades of Dark Orchid #A824E6

Tints of Dark Orchid #A824E6

RGB

 RED value IS 168 (66.02% from 255) = 38.71%

 GREEN value IS 36 (14.45% from 255) = 8.29%

 BLUE value IS 230 (90.23% from 255) = 53%

R = 38.71%
G = 8.29%
B = 53%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A824E6 (or 0xA824E6) is known color: Dark Orchid. HEX triplet: A8, 24 and E6. RGB value is (168,36,230). Sum of RGB (Red+Green+Blue) = 168+36+230=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #A824E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824E6 is #57DB19. Grayscale: #606060. Windows color (decimal): -5757722 or 15082664. OLE color: 15082664.

HSL color Cylindrical-coordinate representation of color #A824E6: hue angle of 280.82º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A824E6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 36 230 -
CMYK 0.27 0.84 0 0.10
HSL 280.82º 0.8% 0.52% -
HSV(B) 280.82º 0.84% 0.9% -
XYZ 31.06 15.3 76.18 -
YUV 97.58 202.73 178.23 -
System Red Green Blue C M Y K H S L
Decimal 168 36 230 0.27 0.84 0 0.10 280.82 0.8 0.52
Hex A8 24 E6 1B 54 0 A 119 50 34
Octal 250 44 346 33 124 0 12 431 120 64
Binary 10101000 100100 11100110 11011 1010100 0 1010 100011001 1010000 110100

Color Harmonies of #A824E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824E6

Black with #A824E6

Text Example


Text Example

White with #A824E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824E6; }

 p { color: rgb(168,36,230); }

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

background-color css

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

 a { background-color: rgb(168,36,230); }

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

border-color css

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

 span { border-color: rgb(168,36,230); }

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