Html Css Color HEX #AA38CF Dark Orchid

📋 copy color: '#AA38CF'

red 170 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #AA38CF

Tints of Dark Orchid #AA38CF

RGB

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

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

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

R = 39.26%
G = 12.93%
B = 47.81%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA38CF (or 0xAA38CF) is known color: Dark Orchid. HEX triplet: AA, 38 and CF. RGB value is (170,56,207). Sum of RGB (Red+Green+Blue) = 170+56+207=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA38CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38CF is #55C730. Grayscale: #6A6A6A. Windows color (decimal): -5621553 or 13580458. OLE color: 13580458.

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

Color convert

RGB 170 56 207 -
CMYK 0.18 0.73 0 0.19
HSL 285.3º 0.61% 0.52% -
HSV(B) 285.3º 0.73% 0.81% -
XYZ 29.25 15.88 60.55 -
YUV 107.3 184.27 172.72 -
System Red Green Blue C M Y K H S L
Decimal 170 56 207 0.18 0.73 0 0.19 285.3 0.61 0.52
Hex AA 38 CF 12 49 0 13 11D 3D 34
Octal 252 70 317 22 111 0 23 435 75 64
Binary 10101010 111000 11001111 10010 1001001 0 10011 100011101 111101 110100

Color Harmonies of #AA38CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA38CF

Black with #AA38CF

Text Example


Text Example

White with #AA38CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA38CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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