Html Css Color HEX #A823E6 Dark Orchid

📋 copy color: '#A823E6'

red 168 ◦ green 35 ◦ blue 230

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

Shades of Dark Orchid #A823E6

Tints of Dark Orchid #A823E6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.08%

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

R = 38.8%
G = 8.08%
B = 53.12%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A823E6 (or 0xA823E6) is known color: Dark Orchid. HEX triplet: A8, 23 and E6. RGB value is (168,35,230). Sum of RGB (Red+Green+Blue) = 168+35+230=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #A823E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A823E6 is #57DC19. Grayscale: #606060. Windows color (decimal): -5757978 or 15082408. OLE color: 15082408.

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

Color convert

RGB 168 35 230 -
CMYK 0.27 0.85 0 0.10
HSL 280.92º 0.8% 0.52% -
HSV(B) 280.92º 0.85% 0.9% -
XYZ 31.03 15.24 76.17 -
YUV 97 203.06 178.64 -
System Red Green Blue C M Y K H S L
Decimal 168 35 230 0.27 0.85 0 0.10 280.92 0.8 0.52
Hex A8 23 E6 1B 55 0 A 119 50 34
Octal 250 43 346 33 125 0 12 431 120 64
Binary 10101000 100011 11100110 11011 1010101 0 1010 100011001 1010000 110100

Color Harmonies of #A823E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A823E6

Black with #A823E6

Text Example


Text Example

White with #A823E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A823E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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