Html Css Color HEX #A032B4 Dark Orchid

📋 copy color: '#A032B4'

red 160 ◦ green 50 ◦ blue 180

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

Shades of Dark Orchid #A032B4

Tints of Dark Orchid #A032B4

RGB

 RED value IS 160 (62.89% from 255) = 41.03%

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 180 (70.7% from 255) = 46.15%

R = 41.03%
G = 12.82%
B = 46.15%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A032B4 (or 0xA032B4) is known color: Dark Orchid. HEX triplet: A0, 32 and B4. RGB value is (160,50,180). Sum of RGB (Red+Green+Blue) = 160+50+180=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #A032B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032B4 is #5FCD4B. Grayscale: #616161. Windows color (decimal): -6278476 or 11809440. OLE color: 11809440.

HSL color Cylindrical-coordinate representation of color #A032B4: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A032B4 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 50 180 -
CMYK 0.11 0.72 0 0.29
HSL 290.77º 0.57% 0.45% -
HSV(B) 290.77º 0.72% 0.71% -
XYZ 23.88 13.05 44.44 -
YUV 97.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 160 50 180 0.11 0.72 0 0.29 290.77 0.57 0.45
Hex A0 32 B4 B 48 0 1D 123 39 2D
Octal 240 62 264 13 110 0 35 443 71 55
Binary 10100000 110010 10110100 1011 1001000 0 11101 100100011 111001 101101

Color Harmonies of #A032B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032B4

Black with #A032B4

Text Example


Text Example

White with #A032B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032B4; }

 p { color: rgb(160,50,180); }

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

background-color css

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

 a { background-color: rgb(160,50,180); }

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

border-color css

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

 span { border-color: rgb(160,50,180); }

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