Html Css Color HEX #A435BC Dark Orchid

📋 copy color: '#A435BC'

red 164 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #A435BC

Tints of Dark Orchid #A435BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 40.49%
G = 13.09%
B = 46.42%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A435BC (or 0xA435BC) is known color: Dark Orchid. HEX triplet: A4, 35 and BC. RGB value is (164,53,188). Sum of RGB (Red+Green+Blue) = 164+53+188=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #A435BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A435BC is #5BCA43. Grayscale: #656565. Windows color (decimal): -6015556 or 12334500. OLE color: 12334500.

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

Color convert

RGB 164 53 188 -
CMYK 0.13 0.72 0 0.26
HSL 289.33º 0.56% 0.47% -
HSV(B) 289.33º 0.72% 0.74% -
XYZ 25.66 14.07 48.94 -
YUV 101.58 176.77 172.52 -
System Red Green Blue C M Y K H S L
Decimal 164 53 188 0.13 0.72 0 0.26 289.33 0.56 0.47
Hex A4 35 BC D 48 0 1A 121 38 2F
Octal 244 65 274 15 110 0 32 441 70 57
Binary 10100100 110101 10111100 1101 1001000 0 11010 100100001 111000 101111

Color Harmonies of #A435BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A435BC

Black with #A435BC

Text Example


Text Example

White with #A435BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A435BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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