Html Css Color HEX #AF2FEB Dark Orchid

📋 copy color: '#AF2FEB'

red 175 ◦ green 47 ◦ blue 235

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

Shades of Dark Orchid #AF2FEB

Tints of Dark Orchid #AF2FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.28%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 38.29%
G = 10.28%
B = 51.42%

CMYK

 C value IS 0.26

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF2FEB (or 0xAF2FEB) is known color: Dark Orchid. HEX triplet: AF, 2F and EB. RGB value is (175,47,235). Sum of RGB (Red+Green+Blue) = 175+47+235=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF2FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF2FEB is #50D014. Grayscale: #6A6A6A. Windows color (decimal): -5296149 or 15413167. OLE color: 15413167.

HSL color Cylindrical-coordinate representation of color #AF2FEB: hue angle of 280.85º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2FEB is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 47 235 -
CMYK 0.26 0.8 0 0.08
HSL 280.85º 0.82% 0.55% -
HSV(B) 280.85º 0.8% 0.92% -
XYZ 33.69 17.15 80.13 -
YUV 106.7 200.41 176.71 -
System Red Green Blue C M Y K H S L
Decimal 175 47 235 0.26 0.8 0 0.08 280.85 0.82 0.55
Hex AF 2F EB 1A 50 0 8 119 52 37
Octal 257 57 353 32 120 0 10 431 122 67
Binary 10101111 101111 11101011 11010 1010000 0 1000 100011001 1010010 110111

Color Harmonies of #AF2FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FEB

Black with #AF2FEB

Text Example


Text Example

White with #AF2FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FEB; }

 p { color: rgb(175,47,235); }

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

background-color css

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

 a { background-color: rgb(175,47,235); }

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

border-color css

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

 span { border-color: rgb(175,47,235); }

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