Html Css Color HEX #A434DA Dark Orchid

📋 copy color: '#A434DA'

red 164 ◦ green 52 ◦ blue 218

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

Shades of Dark Orchid #A434DA

Tints of Dark Orchid #A434DA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 37.79%
G = 11.98%
B = 50.23%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A434DA (or 0xA434DA) is known color: Dark Orchid. HEX triplet: A4, 34 and DA. RGB value is (164,52,218). Sum of RGB (Red+Green+Blue) = 164+52+218=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #A434DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DA is #5BCB25. Grayscale: #676767. Windows color (decimal): -6015782 or 14300324. OLE color: 14300324.

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

Color convert

RGB 164 52 218 -
CMYK 0.25 0.76 0 0.15
HSL 280.48º 0.69% 0.53% -
HSV(B) 280.48º 0.76% 0.85% -
XYZ 29.19 15.41 67.77 -
YUV 104.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 164 52 218 0.25 0.76 0 0.15 280.48 0.69 0.53
Hex A4 34 DA 19 4C 0 F 118 45 35
Octal 244 64 332 31 114 0 17 430 105 65
Binary 10100100 110100 11011010 11001 1001100 0 1111 100011000 1000101 110101

Color Harmonies of #A434DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434DA

Black with #A434DA

Text Example


Text Example

White with #A434DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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