Html Css Color HEX #AF35D1 Dark Orchid

📋 copy color: '#AF35D1'

red 175 ◦ green 53 ◦ blue 209

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

Shades of Dark Orchid #AF35D1

Tints of Dark Orchid #AF35D1

RGB

 RED value IS 175 (68.75% from 255) = 40.05%

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

 BLUE value IS 209 (82.03% from 255) = 47.83%

R = 40.05%
G = 12.13%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF35D1 (or 0xAF35D1) is known color: Dark Orchid. HEX triplet: AF, 35 and D1. RGB value is (175,53,209). Sum of RGB (Red+Green+Blue) = 175+53+209=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF35D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35D1 is #50CA2E. Grayscale: #6A6A6A. Windows color (decimal): -5294639 or 13710767. OLE color: 13710767.

HSL color Cylindrical-coordinate representation of color #AF35D1: hue angle of 286.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF35D1 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 53 209 -
CMYK 0.16 0.75 0 0.18
HSL 286.92º 0.63% 0.51% -
HSV(B) 286.92º 0.75% 0.82% -
XYZ 30.46 16.26 61.86 -
YUV 107.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 175 53 209 0.16 0.75 0 0.18 286.92 0.63 0.51
Hex AF 35 D1 10 4B 0 12 11F 3F 33
Octal 257 65 321 20 113 0 22 437 77 63
Binary 10101111 110101 11010001 10000 1001011 0 10010 100011111 111111 110011

Color Harmonies of #AF35D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35D1

Black with #AF35D1

Text Example


Text Example

White with #AF35D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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