Html Css Color HEX #AA3BCF Dark Orchid

📋 copy color: '#AA3BCF'

red 170 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #AA3BCF

Tints of Dark Orchid #AA3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.53%

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

R = 38.99%
G = 13.53%
B = 47.48%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3BCF (or 0xAA3BCF) is known color: Dark Orchid. HEX triplet: AA, 3B and CF. RGB value is (170,59,207). Sum of RGB (Red+Green+Blue) = 170+59+207=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BCF is #55C430. Grayscale: #6C6C6C. Windows color (decimal): -5620785 or 13581226. OLE color: 13581226.

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

Color convert

RGB 170 59 207 -
CMYK 0.18 0.71 0 0.19
HSL 285º 0.61% 0.52% -
HSV(B) 285º 0.71% 0.81% -
XYZ 29.4 16.18 60.6 -
YUV 109.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 170 59 207 0.18 0.71 0 0.19 285 0.61 0.52
Hex AA 3B CF 12 47 0 13 11D 3D 34
Octal 252 73 317 22 107 0 23 435 75 64
Binary 10101010 111011 11001111 10010 1000111 0 10011 100011101 111101 110100

Color Harmonies of #AA3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BCF

Black with #AA3BCF

Text Example


Text Example

White with #AA3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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