Html Css Color HEX #A435BE Dark Orchid

📋 copy color: '#A435BE'

red 164 ◦ green 53 ◦ blue 190

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

Shades of Dark Orchid #A435BE

Tints of Dark Orchid #A435BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 40.29%
G = 13.02%
B = 46.68%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A435BE (or 0xA435BE) is known color: Dark Orchid. HEX triplet: A4, 35 and BE. RGB value is (164,53,190). Sum of RGB (Red+Green+Blue) = 164+53+190=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A435BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435BE is #5BCA41. Grayscale: #656565. Windows color (decimal): -6015554 or 12465572. OLE color: 12465572.

HSL color Cylindrical-coordinate representation of color #A435BE: hue angle of 288.61º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A435BE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 53 190 -
CMYK 0.14 0.72 0 0.25
HSL 288.61º 0.56% 0.48% -
HSV(B) 288.61º 0.72% 0.75% -
XYZ 25.88 14.16 50.08 -
YUV 101.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 164 53 190 0.14 0.72 0 0.25 288.61 0.56 0.48
Hex A4 35 BE E 48 0 19 121 38 30
Octal 244 65 276 16 110 0 31 441 70 60
Binary 10100100 110101 10111110 1110 1001000 0 11001 100100001 111000 110000

Color Harmonies of #A435BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435BE

Black with #A435BE

Text Example


Text Example

White with #A435BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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