Html Css Color HEX #A435DD Dark Orchid

📋 copy color: '#A435DD'

red 164 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #A435DD

Tints of Dark Orchid #A435DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.1%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 37.44%
G = 12.1%
B = 50.46%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A435DD (or 0xA435DD) is known color: Dark Orchid. HEX triplet: A4, 35 and DD. RGB value is (164,53,221). Sum of RGB (Red+Green+Blue) = 164+53+221=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #A435DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435DD is #5BCA22. Grayscale: #686868. Windows color (decimal): -6015523 or 14497188. OLE color: 14497188.

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

Color convert

RGB 164 53 221 -
CMYK 0.26 0.76 0 0.13
HSL 279.64º 0.71% 0.54% -
HSV(B) 279.64º 0.76% 0.87% -
XYZ 29.63 15.66 69.87 -
YUV 105.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 164 53 221 0.26 0.76 0 0.13 279.64 0.71 0.54
Hex A4 35 DD 1A 4C 0 D 118 47 36
Octal 244 65 335 32 114 0 15 430 107 66
Binary 10100100 110101 11011101 11010 1001100 0 1101 100011000 1000111 110110

Color Harmonies of #A435DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435DD

Black with #A435DD

Text Example


Text Example

White with #A435DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435DD; }

 p { color: rgb(164,53,221); }

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

background-color css

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

 a { background-color: rgb(164,53,221); }

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

border-color css

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

 span { border-color: rgb(164,53,221); }

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