Html Css Color HEX #AA3FCF Dark Orchid

📋 copy color: '#AA3FCF'

red 170 ◦ green 63 ◦ blue 207

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

Shades of Dark Orchid #AA3FCF

Tints of Dark Orchid #AA3FCF

RGB

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

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

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

R = 38.64%
G = 14.32%
B = 47.05%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3FCF (or 0xAA3FCF) is known color: Dark Orchid. HEX triplet: AA, 3F and CF. RGB value is (170,63,207). Sum of RGB (Red+Green+Blue) = 170+63+207=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA3FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FCF is #55C030. Grayscale: #6E6E6E. Windows color (decimal): -5619761 or 13582250. OLE color: 13582250.

HSL color Cylindrical-coordinate representation of color #AA3FCF: hue angle of 284.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3FCF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 63 207 -
CMYK 0.18 0.70 0 0.19
HSL 284.58º 0.6% 0.53% -
HSV(B) 284.58º 0.7% 0.81% -
XYZ 29.62 16.61 60.68 -
YUV 111.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 170 63 207 0.18 0.70 0 0.19 284.58 0.6 0.53
Hex AA 3F CF 12 46 0 13 11D 3C 35
Octal 252 77 317 22 106 0 23 435 74 65
Binary 10101010 111111 11001111 10010 1000110 0 10011 100011101 111100 110101

Color Harmonies of #AA3FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FCF

Black with #AA3FCF

Text Example


Text Example

White with #AA3FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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