Html Css Color HEX #A434DE Dark Orchid

📋 copy color: '#A434DE'

red 164 ◦ green 52 ◦ blue 222

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

Shades of Dark Orchid #A434DE

Tints of Dark Orchid #A434DE

RGB

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

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

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

R = 37.44%
G = 11.87%
B = 50.68%

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

#A434DE (or 0xA434DE) is known color: Dark Orchid. HEX triplet: A4, 34 and DE. RGB value is (164,52,222). Sum of RGB (Red+Green+Blue) = 164+52+222=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #A434DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434DE is #5BCB21. Grayscale: #686868. Windows color (decimal): -6015778 or 14562468. OLE color: 14562468.

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

Color convert

RGB 164 52 222 -
CMYK 0.26 0.77 0 0.13
HSL 279.53º 0.72% 0.54% -
HSV(B) 279.53º 0.77% 0.87% -
XYZ 29.72 15.62 70.56 -
YUV 104.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 164 52 222 0.26 0.77 0 0.13 279.53 0.72 0.54
Hex A4 34 DE 1A 4D 0 D 118 48 36
Octal 244 64 336 32 115 0 15 430 110 66
Binary 10100100 110100 11011110 11010 1001101 0 1101 100011000 1001000 110110

Color Harmonies of #A434DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A434DE

Black with #A434DE

Text Example


Text Example

White with #A434DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A434DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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