Html Css Color HEX #AF35F0 Dark Orchid

📋 copy color: '#AF35F0'

red 175 ◦ green 53 ◦ blue 240

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

Shades of Dark Orchid #AF35F0

Tints of Dark Orchid #AF35F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 37.39%
G = 11.32%
B = 51.28%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF35F0 (or 0xAF35F0) is known color: Dark Orchid. HEX triplet: AF, 35 and F0. RGB value is (175,53,240). Sum of RGB (Red+Green+Blue) = 175+53+240=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF35F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF35F0 is #50CA0F. Grayscale: #6E6E6E. Windows color (decimal): -5294608 or 15742383. OLE color: 15742383.

HSL color Cylindrical-coordinate representation of color #AF35F0: hue angle of 279.14º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF35F0 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 53 240 -
CMYK 0.27 0.78 0 0.06
HSL 279.14º 0.86% 0.57% -
HSV(B) 279.14º 0.78% 0.94% -
XYZ 34.68 17.95 84.08 -
YUV 110.8 200.92 173.79 -
System Red Green Blue C M Y K H S L
Decimal 175 53 240 0.27 0.78 0 0.06 279.14 0.86 0.57
Hex AF 35 F0 1B 4E 0 6 117 56 39
Octal 257 65 360 33 116 0 6 427 126 71
Binary 10101111 110101 11110000 11011 1001110 0 110 100010111 1010110 111001

Color Harmonies of #AF35F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF35F0

Black with #AF35F0

Text Example


Text Example

White with #AF35F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF35F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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