Html Css Color HEX #AA23CF Dark Orchid

📋 copy color: '#AA23CF'

red 170 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #AA23CF

Tints of Dark Orchid #AA23CF

RGB

 RED value IS 170 (66.8% from 255) = 41.26%

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 41.26%
G = 8.5%
B = 50.24%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA23CF (or 0xAA23CF) is known color: Dark Orchid. HEX triplet: AA, 23 and CF. RGB value is (170,35,207). Sum of RGB (Red+Green+Blue) = 170+35+207=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23CF is #55DC30. Grayscale: #5E5E5E. Windows color (decimal): -5626929 or 13575082. OLE color: 13575082.

HSL color Cylindrical-coordinate representation of color #AA23CF: hue angle of 287.09º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA23CF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 35 207 -
CMYK 0.18 0.83 0 0.19
HSL 287.09º 0.71% 0.47% -
HSV(B) 287.09º 0.83% 0.81% -
XYZ 28.44 14.25 60.28 -
YUV 94.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 170 35 207 0.18 0.83 0 0.19 287.09 0.71 0.47
Hex AA 23 CF 12 53 0 13 11F 47 2F
Octal 252 43 317 22 123 0 23 437 107 57
Binary 10101010 100011 11001111 10010 1010011 0 10011 100011111 1000111 101111

Color Harmonies of #AA23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA23CF

Black with #AA23CF

Text Example


Text Example

White with #AA23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA23CF; }

 p { color: rgb(170,35,207); }

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

background-color css

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

 a { background-color: rgb(170,35,207); }

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

border-color css

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

 span { border-color: rgb(170,35,207); }

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