Html Css Color HEX #AF1FBC Dark Orchid

📋 copy color: '#AF1FBC'

red 175 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #AF1FBC

Tints of Dark Orchid #AF1FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 44.42%
G = 7.87%
B = 47.72%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF1FBC (or 0xAF1FBC) is known color: Dark Orchid. HEX triplet: AF, 1F and BC. RGB value is (175,31,188). Sum of RGB (Red+Green+Blue) = 175+31+188=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF1FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1FBC is #50E043. Grayscale: #5B5B5B. Windows color (decimal): -5300292 or 12328879. OLE color: 12328879.

HSL color Cylindrical-coordinate representation of color #AF1FBC: hue angle of 295.03º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1FBC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 31 188 -
CMYK 0.07 0.84 0 0.26
HSL 295.03º 0.72% 0.43% -
HSV(B) 295.03º 0.84% 0.74% -
XYZ 27.25 13.72 48.79 -
YUV 91.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 175 31 188 0.07 0.84 0 0.26 295.03 0.72 0.43
Hex AF 1F BC 7 54 0 1A 127 48 2B
Octal 257 37 274 7 124 0 32 447 110 53
Binary 10101111 11111 10111100 111 1010100 0 11010 100100111 1001000 101011

Color Harmonies of #AF1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1FBC

Black with #AF1FBC

Text Example


Text Example

White with #AF1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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