Html Css Color HEX #AA25CB Dark Orchid

📋 copy color: '#AA25CB'

red 170 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #AA25CB

Tints of Dark Orchid #AA25CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.02%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 41.46%
G = 9.02%
B = 49.51%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA25CB (or 0xAA25CB) is known color: Dark Orchid. HEX triplet: AA, 25 and CB. RGB value is (170,37,203). Sum of RGB (Red+Green+Blue) = 170+37+203=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA25CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25CB is #55DA34. Grayscale: #5F5F5F. Windows color (decimal): -5626421 or 13313450. OLE color: 13313450.

HSL color Cylindrical-coordinate representation of color #AA25CB: hue angle of 288.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA25CB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 37 203 -
CMYK 0.16 0.82 0 0.20
HSL 288.07º 0.69% 0.47% -
HSV(B) 288.07º 0.82% 0.8% -
XYZ 28.02 14.18 57.76 -
YUV 95.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 170 37 203 0.16 0.82 0 0.20 288.07 0.69 0.47
Hex AA 25 CB 10 52 0 14 120 45 2F
Octal 252 45 313 20 122 0 24 440 105 57
Binary 10101010 100101 11001011 10000 1010010 0 10100 100100000 1000101 101111

Color Harmonies of #AA25CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA25CB

Black with #AA25CB

Text Example


Text Example

White with #AA25CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA25CB; }

 p { color: rgb(170,37,203); }

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

background-color css

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

 a { background-color: rgb(170,37,203); }

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

border-color css

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

 span { border-color: rgb(170,37,203); }

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