Html Css Color HEX #A432DE Dark Orchid

📋 copy color: '#A432DE'

red 164 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #A432DE

Tints of Dark Orchid #A432DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.92%

R = 37.61%
G = 11.47%
B = 50.92%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A432DE (or 0xA432DE) is known color: Dark Orchid. HEX triplet: A4, 32 and DE. RGB value is (164,50,222). Sum of RGB (Red+Green+Blue) = 164+50+222=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #A432DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432DE is #5BCD21. Grayscale: #676767. Windows color (decimal): -6016290 or 14561956. OLE color: 14561956.

HSL color Cylindrical-coordinate representation of color #A432DE: hue angle of 279.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A432DE is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 50 222 -
CMYK 0.26 0.77 0 0.13
HSL 279.77º 0.72% 0.53% -
HSV(B) 279.77º 0.77% 0.87% -
XYZ 29.64 15.45 70.53 -
YUV 103.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 164 50 222 0.26 0.77 0 0.13 279.77 0.72 0.53
Hex A4 32 DE 1A 4D 0 D 118 48 35
Octal 244 62 336 32 115 0 15 430 110 65
Binary 10100100 110010 11011110 11010 1001101 0 1101 100011000 1001000 110101

Color Harmonies of #A432DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432DE

Black with #A432DE

Text Example


Text Example

White with #A432DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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