Html Css Color HEX #A32AE4 Dark Orchid

📋 copy color: '#A32AE4'

red 163 ◦ green 42 ◦ blue 228

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

Shades of Dark Orchid #A32AE4

Tints of Dark Orchid #A32AE4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.7%

 BLUE value IS 228 (89.45% from 255) = 52.66%

R = 37.64%
G = 9.7%
B = 52.66%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A32AE4 (or 0xA32AE4) is known color: Dark Orchid. HEX triplet: A3, 2A and E4. RGB value is (163,42,228). Sum of RGB (Red+Green+Blue) = 163+42+228=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #A32AE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32AE4 is #5CD51B. Grayscale: #626262. Windows color (decimal): -6083868 or 14953123. OLE color: 14953123.

HSL color Cylindrical-coordinate representation of color #A32AE4: hue angle of 279.03º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32AE4 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 42 228 -
CMYK 0.29 0.82 0 0.11
HSL 279.03º 0.78% 0.53% -
HSV(B) 279.03º 0.82% 0.89% -
XYZ 29.94 15.04 74.72 -
YUV 99.38 200.59 173.38 -
System Red Green Blue C M Y K H S L
Decimal 163 42 228 0.29 0.82 0 0.11 279.03 0.78 0.53
Hex A3 2A E4 1D 52 0 B 117 4E 35
Octal 243 52 344 35 122 0 13 427 116 65
Binary 10100011 101010 11100100 11101 1010010 0 1011 100010111 1001110 110101

Color Harmonies of #A32AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32AE4

Black with #A32AE4

Text Example


Text Example

White with #A32AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32AE4; }

 p { color: rgb(163,42,228); }

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

background-color css

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

 a { background-color: rgb(163,42,228); }

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

border-color css

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

 span { border-color: rgb(163,42,228); }

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