Html Css Color HEX #A32CAF Dark Orchid

📋 copy color: '#A32CAF'

red 163 ◦ green 44 ◦ blue 175

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

Shades of Dark Orchid #A32CAF

Tints of Dark Orchid #A32CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.52%

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

R = 42.67%
G = 11.52%
B = 45.81%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A32CAF (or 0xA32CAF) is known color: Dark Orchid. HEX triplet: A3, 2C and AF. RGB value is (163,44,175). Sum of RGB (Red+Green+Blue) = 163+44+175=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #A32CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32CAF is #5CD350. Grayscale: #5E5E5E. Windows color (decimal): -6083409 or 11480227. OLE color: 11480227.

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

Color convert

RGB 163 44 175 -
CMYK 0.07 0.75 0 0.31
HSL 294.5º 0.6% 0.43% -
HSV(B) 294.5º 0.75% 0.69% -
XYZ 23.74 12.68 41.75 -
YUV 94.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 163 44 175 0.07 0.75 0 0.31 294.5 0.6 0.43
Hex A3 2C AF 7 4B 0 1F 127 3C 2B
Octal 243 54 257 7 113 0 37 447 74 53
Binary 10100011 101100 10101111 111 1001011 0 11111 100100111 111100 101011

Color Harmonies of #A32CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CAF

Black with #A32CAF

Text Example


Text Example

White with #A32CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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