Html Css Color HEX #A735BF Dark Orchid

📋 copy color: '#A735BF'

red 167 ◦ green 53 ◦ blue 191

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

Shades of Dark Orchid #A735BF

Tints of Dark Orchid #A735BF

RGB

 RED value IS 167 (65.63% from 255) = 40.63%

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

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

R = 40.63%
G = 12.9%
B = 46.47%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A735BF (or 0xA735BF) is known color: Dark Orchid. HEX triplet: A7, 35 and BF. RGB value is (167,53,191). Sum of RGB (Red+Green+Blue) = 167+53+191=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A735BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735BF is #58CA40. Grayscale: #666666. Windows color (decimal): -5818945 or 12531111. OLE color: 12531111.

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

Color convert

RGB 167 53 191 -
CMYK 0.13 0.72 0 0.25
HSL 289.57º 0.57% 0.48% -
HSV(B) 289.57º 0.72% 0.75% -
XYZ 26.61 14.52 50.69 -
YUV 102.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 167 53 191 0.13 0.72 0 0.25 289.57 0.57 0.48
Hex A7 35 BF D 48 0 19 122 39 30
Octal 247 65 277 15 110 0 31 442 71 60
Binary 10100111 110101 10111111 1101 1001000 0 11001 100100010 111001 110000

Color Harmonies of #A735BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735BF

Black with #A735BF

Text Example


Text Example

White with #A735BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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