Html Css Color HEX #AF35CF Dark Orchid

📋 copy color: '#AF35CF'

red 175 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #AF35CF

Tints of Dark Orchid #AF35CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.59%

R = 40.23%
G = 12.18%
B = 47.59%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF35CF (or 0xAF35CF) is known color: Dark Orchid. HEX triplet: AF, 35 and CF. RGB value is (175,53,207). Sum of RGB (Red+Green+Blue) = 175+53+207=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF35CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF35CF is #50CA30. Grayscale: #6A6A6A. Windows color (decimal): -5294641 or 13579695. OLE color: 13579695.

HSL color Cylindrical-coordinate representation of color #AF35CF: hue angle of 287.53º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF35CF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 53 207 -
CMYK 0.15 0.74 0 0.19
HSL 287.53º 0.62% 0.51% -
HSV(B) 287.53º 0.74% 0.81% -
XYZ 30.21 16.17 60.56 -
YUV 107.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 175 53 207 0.15 0.74 0 0.19 287.53 0.62 0.51
Hex AF 35 CF F 4A 0 13 120 3E 33
Octal 257 65 317 17 112 0 23 440 76 63
Binary 10101111 110101 11001111 1111 1001010 0 10011 100100000 111110 110011

Color Harmonies of #AF35CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35CF

Black with #AF35CF

Text Example


Text Example

White with #AF35CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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