Html Css Color HEX #AF1BDF Dark Orchid

📋 copy color: '#AF1BDF'

red 175 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #AF1BDF

Tints of Dark Orchid #AF1BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.35%

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 41.18%
G = 6.35%
B = 52.47%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF1BDF (or 0xAF1BDF) is known color: Dark Orchid. HEX triplet: AF, 1B and DF. RGB value is (175,27,223). Sum of RGB (Red+Green+Blue) = 175+27+223=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF1BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BDF is #50E420. Grayscale: #5C5C5C. Windows color (decimal): -5301281 or 14621615. OLE color: 14621615.

HSL color Cylindrical-coordinate representation of color #AF1BDF: hue angle of 285.31º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1BDF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 27 223 -
CMYK 0.22 0.88 0 0.13
HSL 285.31º 0.78% 0.49% -
HSV(B) 285.31º 0.88% 0.87% -
XYZ 31.39 15.23 71.1 -
YUV 93.6 201.03 186.06 -
System Red Green Blue C M Y K H S L
Decimal 175 27 223 0.22 0.88 0 0.13 285.31 0.78 0.49
Hex AF 1B DF 16 58 0 D 11D 4E 31
Octal 257 33 337 26 130 0 15 435 116 61
Binary 10101111 11011 11011111 10110 1011000 0 1101 100011101 1001110 110001

Color Harmonies of #AF1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BDF

Black with #AF1BDF

Text Example


Text Example

White with #AF1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BDF; }

 p { color: rgb(175,27,223); }

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

background-color css

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

 a { background-color: rgb(175,27,223); }

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

border-color css

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

 span { border-color: rgb(175,27,223); }

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