Html Css Color HEX #AA38CB Dark Orchid

📋 copy color: '#AA38CB'

red 170 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #AA38CB

Tints of Dark Orchid #AA38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.05%

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

R = 39.63%
G = 13.05%
B = 47.32%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA38CB (or 0xAA38CB) is known color: Dark Orchid. HEX triplet: AA, 38 and CB. RGB value is (170,56,203). Sum of RGB (Red+Green+Blue) = 170+56+203=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38CB is #55C734. Grayscale: #6A6A6A. Windows color (decimal): -5621557 or 13318314. OLE color: 13318314.

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

Color convert

RGB 170 56 203 -
CMYK 0.16 0.72 0 0.20
HSL 286.53º 0.59% 0.51% -
HSV(B) 286.53º 0.72% 0.8% -
XYZ 28.77 15.69 58.01 -
YUV 106.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 170 56 203 0.16 0.72 0 0.20 286.53 0.59 0.51
Hex AA 38 CB 10 48 0 14 11F 3B 33
Octal 252 70 313 20 110 0 24 437 73 63
Binary 10101010 111000 11001011 10000 1001000 0 10100 100011111 111011 110011

Color Harmonies of #AA38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38CB

Black with #AA38CB

Text Example


Text Example

White with #AA38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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