Html Css Color HEX #A432BC Dark Orchid

📋 copy color: '#A432BC'

red 164 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #A432BC

Tints of Dark Orchid #A432BC

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

 BLUE value IS 188 (73.83% from 255) = 46.77%

R = 40.8%
G = 12.44%
B = 46.77%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A432BC (or 0xA432BC) is known color: Dark Orchid. HEX triplet: A4, 32 and BC. RGB value is (164,50,188). Sum of RGB (Red+Green+Blue) = 164+50+188=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #A432BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432BC is #5BCD43. Grayscale: #636363. Windows color (decimal): -6016324 or 12333732. OLE color: 12333732.

HSL color Cylindrical-coordinate representation of color #A432BC: hue angle of 289.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A432BC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 50 188 -
CMYK 0.13 0.73 0 0.26
HSL 289.57º 0.58% 0.47% -
HSV(B) 289.57º 0.73% 0.74% -
XYZ 25.53 13.8 48.9 -
YUV 99.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 164 50 188 0.13 0.73 0 0.26 289.57 0.58 0.47
Hex A4 32 BC D 49 0 1A 122 3A 2F
Octal 244 62 274 15 111 0 32 442 72 57
Binary 10100100 110010 10111100 1101 1001001 0 11010 100100010 111010 101111

Color Harmonies of #A432BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432BC

Black with #A432BC

Text Example


Text Example

White with #A432BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432BC; }

 p { color: rgb(164,50,188); }

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

background-color css

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

 a { background-color: rgb(164,50,188); }

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

border-color css

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

 span { border-color: rgb(164,50,188); }

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