Html Css Color HEX #A32EAF Dark Orchid

📋 copy color: '#A32EAF'

red 163 ◦ green 46 ◦ blue 175

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

Shades of Dark Orchid #A32EAF

Tints of Dark Orchid #A32EAF

RGB

 RED value IS 163 (64.06% from 255) = 42.45%

 GREEN value IS 46 (18.36% from 255) = 11.98%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 42.45%
G = 11.98%
B = 45.57%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A32EAF (or 0xA32EAF) is known color: Dark Orchid. HEX triplet: A3, 2E and AF. RGB value is (163,46,175). Sum of RGB (Red+Green+Blue) = 163+46+175=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32EAF is #5CD150. Grayscale: #5F5F5F. Windows color (decimal): -6082897 or 11480739. OLE color: 11480739.

HSL color Cylindrical-coordinate representation of color #A32EAF: hue angle of 294.42º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A32EAF is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 46 175 -
CMYK 0.07 0.74 0 0.31
HSL 294.42º 0.58% 0.43% -
HSV(B) 294.42º 0.74% 0.69% -
XYZ 23.82 12.84 41.78 -
YUV 95.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 163 46 175 0.07 0.74 0 0.31 294.42 0.58 0.43
Hex A3 2E AF 7 4A 0 1F 126 3A 2B
Octal 243 56 257 7 112 0 37 446 72 53
Binary 10100011 101110 10101111 111 1001010 0 11111 100100110 111010 101011

Color Harmonies of #A32EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EAF

Black with #A32EAF

Text Example


Text Example

White with #A32EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EAF; }

 p { color: rgb(163,46,175); }

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

background-color css

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

 a { background-color: rgb(163,46,175); }

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

border-color css

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

 span { border-color: rgb(163,46,175); }

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