Html Css Color HEX #A432DA Dark Orchid

📋 copy color: '#A432DA'

red 164 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #A432DA

Tints of Dark Orchid #A432DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 37.96%
G = 11.57%
B = 50.46%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A432DA (or 0xA432DA) is known color: Dark Orchid. HEX triplet: A4, 32 and DA. RGB value is (164,50,218). Sum of RGB (Red+Green+Blue) = 164+50+218=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #A432DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432DA is #5BCD25. Grayscale: #666666. Windows color (decimal): -6016294 or 14299812. OLE color: 14299812.

HSL color Cylindrical-coordinate representation of color #A432DA: hue angle of 280.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A432DA is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 50 218 -
CMYK 0.25 0.77 0 0.15
HSL 280.71º 0.69% 0.53% -
HSV(B) 280.71º 0.77% 0.85% -
XYZ 29.11 15.24 67.74 -
YUV 103.24 192.77 171.34 -
System Red Green Blue C M Y K H S L
Decimal 164 50 218 0.25 0.77 0 0.15 280.71 0.69 0.53
Hex A4 32 DA 19 4D 0 F 119 45 35
Octal 244 62 332 31 115 0 17 431 105 65
Binary 10100100 110010 11011010 11001 1001101 0 1111 100011001 1000101 110101

Color Harmonies of #A432DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432DA

Black with #A432DA

Text Example


Text Example

White with #A432DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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