Html Css Color HEX #AF33BF Dark Orchid

📋 copy color: '#AF33BF'

red 175 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #AF33BF

Tints of Dark Orchid #AF33BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.23%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 41.97%
G = 12.23%
B = 45.8%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF33BF (or 0xAF33BF) is known color: Dark Orchid. HEX triplet: AF, 33 and BF. RGB value is (175,51,191). Sum of RGB (Red+Green+Blue) = 175+51+191=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF33BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33BF is #50CC40. Grayscale: #676767. Windows color (decimal): -5295169 or 12530607. OLE color: 12530607.

HSL color Cylindrical-coordinate representation of color #AF33BF: hue angle of 293.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF33BF is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 51 191 -
CMYK 0.08 0.73 0 0.25
HSL 293.14º 0.58% 0.47% -
HSV(B) 293.14º 0.73% 0.75% -
XYZ 28.27 15.24 50.74 -
YUV 104.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 175 51 191 0.08 0.73 0 0.25 293.14 0.58 0.47
Hex AF 33 BF 8 49 0 19 125 3A 2F
Octal 257 63 277 10 111 0 31 445 72 57
Binary 10101111 110011 10111111 1000 1001001 0 11001 100100101 111010 101111

Color Harmonies of #AF33BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33BF

Black with #AF33BF

Text Example


Text Example

White with #AF33BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33BF; }

 p { color: rgb(175,51,191); }

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

background-color css

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

 a { background-color: rgb(175,51,191); }

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

border-color css

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

 span { border-color: rgb(175,51,191); }

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