Html Css Color HEX #A435BF Dark Orchid

📋 copy color: '#A435BF'

red 164 ◦ green 53 ◦ blue 191

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

Shades of Dark Orchid #A435BF

Tints of Dark Orchid #A435BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 40.2%
G = 12.99%
B = 46.81%

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

#A435BF (or 0xA435BF) is known color: Dark Orchid. HEX triplet: A4, 35 and BF. RGB value is (164,53,191). Sum of RGB (Red+Green+Blue) = 164+53+191=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #A435BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435BF is #5BCA40. Grayscale: #656565. Windows color (decimal): -6015553 or 12531108. OLE color: 12531108.

HSL color Cylindrical-coordinate representation of color #A435BF: hue angle of 288.26º degrees, saturation: 0.57, 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 #A435BF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 53 191 -
CMYK 0.14 0.72 0 0.25
HSL 288.26º 0.57% 0.48% -
HSV(B) 288.26º 0.72% 0.75% -
XYZ 25.99 14.2 50.66 -
YUV 101.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 164 53 191 0.14 0.72 0 0.25 288.26 0.57 0.48
Hex A4 35 BF E 48 0 19 120 39 30
Octal 244 65 277 16 110 0 31 440 71 60
Binary 10100100 110101 10111111 1110 1001000 0 11001 100100000 111001 110000

Color Harmonies of #A435BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435BF

Black with #A435BF

Text Example


Text Example

White with #A435BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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