Html Css Color HEX #AA3FCB Dark Orchid

📋 copy color: '#AA3FCB'

red 170 ◦ green 63 ◦ blue 203

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

Shades of Dark Orchid #AA3FCB

Tints of Dark Orchid #AA3FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.45%

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

R = 38.99%
G = 14.45%
B = 46.56%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3FCB (or 0xAA3FCB) is known color: Dark Orchid. HEX triplet: AA, 3F and CB. RGB value is (170,63,203). Sum of RGB (Red+Green+Blue) = 170+63+203=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA3FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FCB is #55C034. Grayscale: #6E6E6E. Windows color (decimal): -5619765 or 13320106. OLE color: 13320106.

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

Color convert

RGB 170 63 203 -
CMYK 0.16 0.69 0 0.20
HSL 285.86º 0.57% 0.52% -
HSV(B) 285.86º 0.69% 0.8% -
XYZ 29.13 16.41 58.13 -
YUV 110.95 179.95 170.12 -
System Red Green Blue C M Y K H S L
Decimal 170 63 203 0.16 0.69 0 0.20 285.86 0.57 0.52
Hex AA 3F CB 10 45 0 14 11E 39 34
Octal 252 77 313 20 105 0 24 436 71 64
Binary 10101010 111111 11001011 10000 1000101 0 10100 100011110 111001 110100

Color Harmonies of #AA3FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FCB

Black with #AA3FCB

Text Example


Text Example

White with #AA3FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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