Html Css Color HEX #A435DF Dark Orchid

📋 copy color: '#A435DF'

red 164 ◦ green 53 ◦ blue 223

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

Shades of Dark Orchid #A435DF

Tints of Dark Orchid #A435DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.68%

R = 37.27%
G = 12.05%
B = 50.68%

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

#A435DF (or 0xA435DF) is known color: Dark Orchid. HEX triplet: A4, 35 and DF. RGB value is (164,53,223). Sum of RGB (Red+Green+Blue) = 164+53+223=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #A435DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435DF is #5BCA20. Grayscale: #696969. Windows color (decimal): -6015521 or 14628260. OLE color: 14628260.

HSL color Cylindrical-coordinate representation of color #A435DF: hue angle of 279.18º degrees, saturation: 0.73, 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 #A435DF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 53 223 -
CMYK 0.26 0.76 0 0.13
HSL 279.18º 0.73% 0.54% -
HSV(B) 279.18º 0.76% 0.87% -
XYZ 29.9 15.77 71.28 -
YUV 105.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 164 53 223 0.26 0.76 0 0.13 279.18 0.73 0.54
Hex A4 35 DF 1A 4C 0 D 117 49 36
Octal 244 65 337 32 114 0 15 427 111 66
Binary 10100100 110101 11011111 11010 1001100 0 1101 100010111 1001001 110110

Color Harmonies of #A435DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435DF

Black with #A435DF

Text Example


Text Example

White with #A435DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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