Html Css Color HEX #A735AF Dark Orchid

📋 copy color: '#A735AF'

red 167 ◦ green 53 ◦ blue 175

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

Shades of Dark Orchid #A735AF

Tints of Dark Orchid #A735AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 42.28%
G = 13.42%
B = 44.3%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A735AF (or 0xA735AF) is known color: Dark Orchid. HEX triplet: A7, 35 and AF. RGB value is (167,53,175). Sum of RGB (Red+Green+Blue) = 167+53+175=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #A735AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A735AF is #58CA50. Grayscale: #646464. Windows color (decimal): -5818961 or 11482535. OLE color: 11482535.

HSL color Cylindrical-coordinate representation of color #A735AF: hue angle of 296.07º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A735AF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 53 175 -
CMYK 0.05 0.70 0 0.31
HSL 296.07º 0.54% 0.45% -
HSV(B) 296.07º 0.7% 0.69% -
XYZ 24.95 13.86 41.92 -
YUV 100.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 167 53 175 0.05 0.70 0 0.31 296.07 0.54 0.45
Hex A7 35 AF 5 46 0 1F 128 36 2D
Octal 247 65 257 5 106 0 37 450 66 55
Binary 10100111 110101 10101111 101 1000110 0 11111 100101000 110110 101101

Color Harmonies of #A735AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735AF

Black with #A735AF

Text Example


Text Example

White with #A735AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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