Html Css Color HEX #AF1BCF Dark Orchid

📋 copy color: '#AF1BCF'

red 175 ◦ green 27 ◦ blue 207

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

Shades of Dark Orchid #AF1BCF

Tints of Dark Orchid #AF1BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 42.79%
G = 6.6%
B = 50.61%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF1BCF (or 0xAF1BCF) is known color: Dark Orchid. HEX triplet: AF, 1B and CF. RGB value is (175,27,207). Sum of RGB (Red+Green+Blue) = 175+27+207=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF1BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1BCF is #50E430. Grayscale: #5B5B5B. Windows color (decimal): -5301297 or 13573039. OLE color: 13573039.

HSL color Cylindrical-coordinate representation of color #AF1BCF: hue angle of 289.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1BCF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 27 207 -
CMYK 0.15 0.87 0 0.19
HSL 289.33º 0.77% 0.46% -
HSV(B) 289.33º 0.87% 0.81% -
XYZ 29.33 14.4 60.27 -
YUV 91.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 175 27 207 0.15 0.87 0 0.19 289.33 0.77 0.46
Hex AF 1B CF F 57 0 13 121 4D 2E
Octal 257 33 317 17 127 0 23 441 115 56
Binary 10101111 11011 11001111 1111 1010111 0 10011 100100001 1001101 101110

Color Harmonies of #AF1BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1BCF

Black with #AF1BCF

Text Example


Text Example

White with #AF1BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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