Html Css Color HEX #AF1FBF Dark Orchid

📋 copy color: '#AF1FBF'

red 175 ◦ green 31 ◦ blue 191

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

Shades of Dark Orchid #AF1FBF

Tints of Dark Orchid #AF1FBF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

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

R = 44.08%
G = 7.81%
B = 48.11%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF1FBF (or 0xAF1FBF) is known color: Dark Orchid. HEX triplet: AF, 1F and BF. RGB value is (175,31,191). Sum of RGB (Red+Green+Blue) = 175+31+191=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF1FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FBF is #50E040. Grayscale: #5B5B5B. Windows color (decimal): -5300289 or 12525487. OLE color: 12525487.

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

Color convert

RGB 175 31 191 -
CMYK 0.08 0.84 0 0.25
HSL 294º 0.72% 0.44% -
HSV(B) 294º 0.84% 0.75% -
XYZ 27.57 13.86 50.51 -
YUV 92.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 175 31 191 0.08 0.84 0 0.25 294 0.72 0.44
Hex AF 1F BF 8 54 0 19 126 48 2C
Octal 257 37 277 10 124 0 31 446 110 54
Binary 10101111 11111 10111111 1000 1010100 0 11001 100100110 1001000 101100

Color Harmonies of #AF1FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FBF

Black with #AF1FBF

Text Example


Text Example

White with #AF1FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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